* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
header {
  width: 100%;
  height: 100vh;
  background: url("blue.jpg") center no-repeat;
  background-size: cover;
}
.containerabout {
  overflow: hidden;
  text-align: center;
  /*background: linear-gradient(
    180deg,
    rgba(33, 147, 176, 1) 0%,
    rgba(109,213,224,1) 50%,
    rgba(138,221,230,1) 100%);
  );*/
  background: linear-gradient(
    0deg,
    rgba(98, 191, 201, 1) 0%,
    rgba(76, 149, 156, 1) 50%,
    rgba(54, 106, 112, 1) 100%
  );
  /*
  background: rgb(0, 108, 138);
  
  background: linear-gradient(
    90deg,
    rgb(142, 221, 243) 0%,
    rgb(126, 234, 238) 100%
  );*/
  padding: 60px;
  font-family: "Bebas Neue", cursive;
  width: 100%;
  height: 100vh;
}
.containerabout h1 {
  text-transform: uppercase;
  margin-bottom: 1px;
  color: white;
  font-size: 70px;
}
.border {
  display: block;
  width: 160px;
  height: 8px;
  border-radius: 3rem;
  background: white;
  margin-left: 530px;
  margin-bottom: 30px;
}

.ps img {
  justify-content: space-around;
  align-items: center;
  margin-right: 50px;
  margin-left: 50px;
  height: 160px;
  width: 160px;
  margin-bottom: 20px;
}
.aboutp {
  font-family: "Bebas Neue", cursive;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  font-family: "Poppins", sans-serif;
}

.logo {
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 10;
  border-bottom: 2px solid white;
  padding-bottom: 0.5px;
  border-radius: 10rem;
  padding: 0.25rem;
  margin-top: 1rem;
  font-size: 1.5rem;
}
span {
  color: #a0edf7;
}

.navlinks {
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin-top: 2rem;
  transform: translateX(20%);
}
.navlinks li {
  list-style: none;
}
.navlinks a {
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
}
.navlinks a:hover {
  border-bottom: 4px solid white;
  border-radius: 5px;
}

.burger {
  display: none;
  cursor: pointer;
  margin-top: 1rem;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
}
@media screen and (max-width: 1024px) {
  .navlinks {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .navlinks {
    position: absolute;
    /* height: 92vh;*/
    top: 10vh;
    display: flex;
    flex-direction: row;
    /*flex-direction: column;*/
    align-items: center;
    width: 80%;
    transform: translateX(200%);
    transition: tranform 0.5s ease-in;
    border: 5px solid white;
  }
  .navlinks li {
    opacity: 0;
  }
  .burger {
    display: block;
  }
}

.navactive {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
a {
  color: black;
}

.word {
  text-transform: uppercase;
  font-size: 3.5rem;
  letter-spacing: 3px;
  margin-right: -3px;
  margin-bottom: 5rem;
  text-align: center;
  color: black;
  position: relative;
  font-size: 3rem;
}

.word::after {
  content: "";
  width: 10rem;
  height: 0.8rem;
  background-color: #a0edf7;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}

@media screen and (min-width: 400px) {
  .logo {
    font-size: 80%;
    transform: translateX(-20%);
  }
}

.neon {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  color: black;
  background: #a0edf7;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 24px;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 20rem;
  margin-left: 50%;
  margin-top: 30%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
}

.neon:hover {
  color: white;
  background: #5bd1d7;
  box-shadow: 0 0 10px #5bd1d7, 0 0 30px #5bd1d7, 0 0 40px #5bd1d7;
}

.action {
  display: flex;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -170px;
  width: 100px;
  height: 100px;
  color: white;
  letter-spacing: 2px;
  white-space: nowrap;
  font-size: 4rem;
}

@media only screen and (max-width: 600px) {
  .action {
    color: white;
    font-size: 3rem;
    top: 40%;
    left: 50%;
    margin-top: -70px;
    margin-left: -140px;
  }
  .neon {
    margin-left: 50%;
    margin-top: 80%;
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    font-size: 150%;
  }
  .neon {
    margin-left: 50%;
    margin-top: 55%;
    font-size: 230%;
  }
  .action {
    color: white;
    font-size: 5rem;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -70px;
    margin-left: -230px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (orientation: landscape) {
  .neon {
    margin-left: 50%;
    margin-top: 30%;
    font-size: 90%;
  }
  .action {
    color: white;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -120px;
    width: 100px;
    height: 100px;
  }
}
/*ipad*/
@media only screen and (min-width: 768px) and (max-height: 1024px) {
  .neon {
    font-size: 100%;
    margin-top: 15%;
    margin-left: 50%;
  }
}
/*galaxy*/
@media only screen and (min-width: 360px) and (max-height: 740px) {
  .neon {
    font-size: 100%;
    margin-top: 90%;
  }
  .logo {
    font-size: 90%;
  }
}
/*iphonex*/
@media only screen and (min-width: 375px) and (max-height: 812px) {
  .neon {
    font-size: 100%;
    margin-top: 90%;
  }
  .logo {
    font-size: 90%;
  }
}

/*iphone6plus*/
@media only screen and (min-width: 414px) and (max-height: 736px) {
  .neon {
    font-size: 100%;
    margin-top: 80%;
    margin-left: 50%;
  }
}
/*iphone6*/
@media only screen and (min-width: 375px) and (max-height: 667px) {
  .neon {
    font-size: 100%;
    margin-top: 80%;
    margin-left: 50%;
  }
}
/*desktop*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) {
  .neon {
    font-size: 150%;
    margin-top: 25%;
    margin-left: 50%;
  }

  .action {
    font-size: 5rem;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -70px;
    margin-left: -220px;
    width: 100vh;
  }
  .logo {
    font-size: 1.5rem;
  }
  .navlinks a {
    font-size: 120%;
  }
}
.sectionteam {
  padding: 1px;
  font-family: "Bebas Neue", cursive;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(109, 213, 224, 1) 0%,
    rgba(98, 191, 201, 1) 100%
  );
}
.cardwrap {
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}
.card1 {
  box-shadow: 20px 20px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 240px;
  align-items: left;
  text-align: center;
  border: 5px solid white;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 80px;
  background-color: white;
}

.card1 img {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.card2 {
  box-shadow: 20px 20px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 240px;
  align-items: center;
  text-align: center;
  border: 5px solid white;
  border-radius: 1rem;
  display: inline-block;
  background-color: white;
}
.card2 img {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.card3 {
  box-shadow: 20px 20px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 240px;

  align-items: right;
  text-align: center;
  border: 5px solid white;
  border-radius: 1rem;
  display: inline-block;
  margin-right: 80px;
  background-color: white;
}
.card3 img {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.subtitle {
  color: black;
}
.title {
  color: black;
  font-size: 18px;
  background-color: #a0edf7;
  border-radius: 10px;
}
.cardbutton {
  border: 5px solid white;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: black;
  background-color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.cardbutton:hover {
  border: black;
  color: white;
  background: black;
}

.paragraphwrap {
  display: flex;
  align-items: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Josefin Sans", sans-serif;
}
.par1 {
  font-size: 22px;
  font-style: italic;
  width: 350px;
  text-align: center;
  margin-left: 20px;
}
.par2 {
  font-size: 22px;
  font-style: italic;
  width: 350px;
  text-align: center;
}
.par3 {
  font-size: 22px;
  font-style: italic;
  width: 350px;
  text-align: center;
  margin-right: 30px;
}
.containerus {
  overflow: hidden;
  text-align: center;
  /*background: linear-gradient(
    180deg,
    rgba(33, 147, 176, 1) 0%,
    rgba(109,213,224,1) 50%,
    rgba(138,221,230,1) 100%);
  );
  background: linear-gradient(
    0deg,
    rgba(98, 191, 201, 1) 100%,
    rgba(76, 149, 156, 1) 50%,
    rgba(54, 106, 112, 1) 0%
  );
 
  background: rgb(0, 108, 138);
  
  background: linear-gradient(
    90deg,
    rgb(142, 221, 243) 0%,
    rgb(126, 234, 238) 100%
  );*/
  padding: 60px;
  font-family: "Bebas Neue", cursive;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(109, 213, 224, 1) 100%,
    rgba(98, 191, 201, 1) 0%
  );
}
.containerus h1 {
  text-transform: uppercase;
  padding: 0;
  color: white;
  font-size: 70px;
  text-align: center;
}
.border2 {
  display: block;
  width: 160px;
  height: 8px;
  border-radius: 3rem;
  background: white;
  margin-left: 530px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.contactusp {
  font-family: "Bebas Neue", cursive;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

input {
  width: 500px;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid black;
}

::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 2px;
  color: white;
}

.neon2 {
  position: absolute;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  color: black;
  background: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  font-size: 24px;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 20rem;
  margin-left: 20px;
  margin-top: 20px;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
}

.neon2:hover {
  color: white;
  background: #5bd1d7;
  box-shadow: 0 0 10px #5bd1d7, 0 0 30px #5bd1d7, 0 0 40px #5bd1d7;
}

/* box-shadow: 0 0 10px #5bd1d7, 0 0 40px #5bd1d7, 0 0 80px #5bd1d7;*/
